home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Hity z okladki
/
Diino 4
/
diino4_Setup_En.exe
/
{app}
/
Diino.exe
/
0
/
RCDATA
/
TFRMLANGUAGESELECTION
/
TFRMLANGUAGESELECTION.txt
Wrap
Text File
|
2006-11-06
|
1KB
|
67 lines
object frmLanguageSelection: TfrmLanguageSelection
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Select language'
ClientHeight = 116
ClientWidth = 283
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
DesignSize = (
283
116)
PixelsPerInch = 96
TextHeight = 13
object lblSelectLanguage: TLabel
Left = 8
Top = 8
Width = 195
Height = 13
Caption = 'Select language to use for <APPTITLE>:'
end
object cbLanguages: TComboBox
Left = 8
Top = 38
Width = 265
Height = 21
AutoComplete = False
AutoDropDown = True
Style = csDropDownList
Anchors = [akTop, akRight]
ItemHeight = 0
TabOrder = 0
end
object btnCancel: TButton
Left = 199
Top = 81
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object btnOK: TButton
Left = 118
Top = 81
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
OnClick = btnOKClick
end
end